* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
debug spew.
+ (bookmarks_check_remove_sensitivity): Don't free an uninitialized
+ pointer.
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
debug spew.
+ (bookmarks_check_remove_sensitivity): Don't free an uninitialized
+ pointer.
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
debug spew.
+ (bookmarks_check_remove_sensitivity): Don't free an uninitialized
+ pointer.
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
debug spew.
+ (bookmarks_check_remove_sensitivity): Don't free an uninitialized
+ pointer.
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
{
GtkTreeIter iter;
gboolean removable = FALSE;
- gchar *name;
+ gchar *name = NULL;
if (shortcuts_get_selected (impl, &iter))
gtk_tree_model_get (GTK_TREE_MODEL (impl->shortcuts_model), &iter,